From 01dc47ff80e41c5f9afac7d1f93d1f54279fe566 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Fri, 16 Jan 2026 11:58:39 -0500 Subject: [PATCH] ci: drop cosa fetch Now that we are building via container tools `cosa fetch` isn't meaningful any longer. --- .cci.jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/.cci.jenkinsfile b/.cci.jenkinsfile index 785a9f60..6804e521 100644 --- a/.cci.jenkinsfile +++ b/.cci.jenkinsfile @@ -68,7 +68,6 @@ cosaPod(memory: "9Gi", cpu: "4") { # And override the on-host bits mv installed/rootfs/* overrides/rootfs/ rm installed -rf - coreos-assembler fetch coreos-assembler build coreos-assembler osbuild qemu metal metal4k live """) -- 2.39.5